ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BaseCartesianPlotView<TOwnerView,TGroupView,TSeriesView,TPointView> Class / seriesList Property

In This Topic
    seriesList Property (_BaseCartesianPlotView<TOwnerView,TGroupView,TSeriesView,TPointView>)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property seriesList As List(Of ICartesianSeriesModel)
    public List<ICartesianSeriesModel> seriesList {get;}
    See Also